projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bcf251
)
; * src/keyboard.c (lispy_function_keys): Add missing delete key.
author
Po Lu
<luangruo@yahoo.com>
Fri, 24 Feb 2023 01:06:15 +0000
(09:06 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 24 Feb 2023 01:06:15 +0000
(09:06 +0800)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 69fb8ae2797d47cf1e2191264ff96d1c7c3ffcad..8cdc5027ebd697b9fce9da03e932ac82e68a6c74 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-4970,6
+4970,7
@@
const char *const lispy_function_keys[] =
/* All elements in this array default to 0, except for the few
function keys that Emacs recognizes. */
[111] = "escape",
+ [112] = "delete",
[121] = "break",
[122] = "home",
[123] = "end",